home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / purge / PURG504.EXE / {app} / PURGEIE.EXE / 0 / RCDATA / TSPLASH / TSPLASH.txt
Text File  |  2004-01-01  |  1KB  |  47 lines

  1. object Splash: TSplash
  2.   Left = 282
  3.   Top = 278
  4.   Width = 286
  5.   Height = 177
  6.   Caption = 'PurgeIE - "Purge Now"'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object SplashLabel: TLabel
  17.     Left = 1
  18.     Top = 8
  19.     Width = 265
  20.     Height = 36
  21.     Alignment = taCenter
  22.     Caption = 'PurgeIE is Executing with the Currently Selected Options.'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -16
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     WordWrap = True
  30.   end
  31.   object SplashLabel2: TLabel
  32.     Left = 1
  33.     Top = 84
  34.     Width = 251
  35.     Height = 36
  36.     Alignment = taCenter
  37.     Caption = 'Execute via Primary PurgeIE Icon to Change Options.'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -16
  41.     Font.Name = 'Arial'
  42.     Font.Style = []
  43.     ParentFont = False
  44.     WordWrap = True
  45.   end
  46. end
  47.